home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / Logictech Mouseware Utilities and PopUp DOS / Logictech Mouseware Utilities and PopUp DOS.img / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-08-03  |  2KB  |  96 lines

  1. echo off
  2. cls
  3. IF NOT EXIST COMCHECK.EXE GOTO WRONGDSK
  4. IF NOT EXIST PKUNZIP.EXE  GOTO WRONGDSK
  5. goto START
  6. :SCRERROR
  7. :WRONGDSK
  8. cls
  9. echo  
  10. echo  
  11. echo        INSTALL must be run from the MouseWare diskette.
  12. echo  
  13. echo        Insert your MouseWare software disk into drive A 
  14. echo        At the DOS promp, type   A: [ENTER] 
  15. echo        Then type                INSTALL [ENTER]
  16. echo  
  17. echo  
  18. echo  
  19. pause
  20. goto THEEND
  21. :START
  22. cls
  23. echo  
  24. echo  
  25. echo        Running MouseWare Installation Program
  26. echo  
  27. mouse nb > nul
  28. if errorlevel 1 goto MSEOTHER
  29. if errorlevel 0 goto DOMWINST
  30. :MSEOTHER
  31. cls
  32. mouse nb ser > nul
  33. if errorlevel 4 goto PS2ERR
  34. if errorlevel 2 goto SERIAL2
  35. if errorlevel 1 goto BUSERR
  36. :DOMWINST
  37. CLICK > nul
  38. mwinst >nul
  39. cls
  40. echo  
  41. echo  
  42. echo          End of MouseWare Installation.
  43. echo  
  44. echo          Please re-boot your machine now.
  45. echo  
  46. echo  
  47. goto THEEND
  48. :SERIAL2
  49. cls
  50. a:mouse ser nb 2 >nul
  51. if errorlevel 1 goto SERERR
  52. a:logimenu
  53. a:click
  54. a:mtest
  55. goto THEEND
  56. :BUSERR
  57. cls
  58. echo  
  59. echo  
  60. echo  
  61. echo  
  62. echo          Your Bus Version mouse is not responding...
  63. echo  
  64. echo          Please re-check the mouse cable connection
  65. echo          and Bus board installation (see Chapter 1, How
  66. echo          To Install Your Mouse, in the "Getting Started"
  67. echo          booklet).
  68. echo  
  69. echo  
  70. echo  
  71. echo  
  72. goto THEEND
  73. :PS2ERR
  74. cls
  75. echo  
  76. echo  
  77. echo  
  78. echo  
  79. echo          Your Serial-PS/2 mouse is not responding...
  80. echo  
  81. echo          Please re-check the mouse cable connection.
  82. echo          (see Chapter 1, How To Install Your Mouse,
  83. echo          in the "Getting Started" booklet).
  84. echo  
  85. echo  
  86. echo  
  87. echo  
  88. goto THEEND
  89. :SERERR
  90. a:comcheck
  91. echo  
  92. echo  
  93. pause
  94. :THEEND
  95. echo on
  96.